//ZBRUSH MACRO - Recorded in ZBrush version 4.7
[VarDef,choice,0]//variable to hold users choice

[RoutineDef,DoIt1,
[Note,"Short and sweet..",0,0x080808]
]

[IButton,???,"A Brief on the Plugins",
[IConfig,4.7]
[IShowActions,0]

[varSet,choice,[MessageYesNo,"I hope you find these buttons useful","OBLIGATORY MESSAGE BOX"]]//(0=NO, 1=YES)
[If,choice==1,
[Note,"Thank you for trying my stuff; I hope you find the buttons and scripts useful..",0,0x080808]
,
[Note,"My stuff is useful. I hope you enjoy it..",0,0x080808]	
[Exit]
]//end if

]//EOF